home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / PAThumbWheel / PAThumbWheelInspector.h < prev    next >
Text File  |  1995-06-12  |  484b  |  34 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface PAThumbWheelInspector : IBInspector <IBInspectors> 
  4. {
  5.     id displayModeMatrix;
  6.     
  7.     id directionMatrix;
  8.  
  9.     id visibleMinText;
  10.     id visibleMaxText;
  11.     id currentText;
  12.     id snapBackValueText;
  13.     id snapsBackSwitch;
  14.  
  15.     id absoluteMinText;
  16.     id absoluteMaxText;
  17.     id absoluteModeMatrix;
  18.     
  19.     id dashIntervalText;
  20.     id showMainDashSwitch;
  21.     
  22.     id colorWell;
  23.     
  24.     id tagText;
  25.     id disabledSwitch;
  26. }
  27.  
  28. - init;
  29. - (BOOL)wantsButtons;
  30. - revert:sender;
  31. - ok:sender;
  32.  
  33. @end
  34.